This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Anita Ekjumibergynds 14.Jul.03 05:40 PM a Web browser Applications Development6.0.1All Platforms
Since upgrading to R6, we began to intermittently get errors such as "Object variable not set". It didn't generally happen to me, but user complaints started coming in.
I suspected that said object variables were declared in database script libraries that were used in agents, form events etc.
Now I've been able to replicate the problem with simple code. I declare and fill a simple string variable in a script library, then Use that library in an agent. The agent simply shows the variable's value via Msgbox. If I run the agent normally, the string is not found (message box is empty). If I run it with debugging turned on, it returns the string value as expected. Weird.
Bug? Fixed in 6.02? Or am I doing something wrong?